Einhugur Word Plugin for Xojo

EinhugurWord.StylePart Class

A class which represents partial style. All the style classes inherit from this class.

You never create instances of this class, but some methods in the plugin will hand instances of this class to you.

Object
   StylePart

class EinhugurWord.StylePart

Constructors

StylePart (private) Private constructor.

Properties

BoldGets or sets Bold type face.
CapsSets or gets the text caps (None, Caps or Smallcaps)
FontNameGets or sets name of the font in the style.
FontSizeGets or sets size of the font in the style.
HasTextColorReturns true of the Style has text color.
HasUnderlineColorReturns true if Underline in the Run has color on it, else false.
HighlightColorSets or gets the highlight color in the style.
ItalicGets or sets Italic type face.
SpacingSpecifies the amount of character pitch which shall be added or removed after each character in a run.
StrikethroughSets or gets strike through style.
TextColorGets or sets TextColor.
UnderlineSets or gets the underline style.
UnderlineColorReturns color of the Underline or black if there is no color or is no underline.
VerticalAlignmentSets or gets vertical alignment which is basically subscript and superscript.

Methods

ClearTextColorClears text color from the style.
ClearUnderlineColorClears underline color from the style.
SetUnderlineWithColorSets underline and color for the underline.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS